3.120 \(\int \frac{A+B \tan (e+f x)+C \tan ^2(e+f x)}{(a+b \tan (e+f x)) (c+d \tan (e+f x))^{3/2}} \, dx\)

Optimal. Leaf size=262 \[ -\frac{2 \sqrt{b} \left (A b^2-a (b B-a C)\right ) \tanh ^{-1}\left (\frac{\sqrt{b} \sqrt{c+d \tan (e+f x)}}{\sqrt{b c-a d}}\right )}{f \left (a^2+b^2\right ) (b c-a d)^{3/2}}+\frac{2 \left (A d^2-B c d+c^2 C\right )}{f \left (c^2+d^2\right ) (b c-a d) \sqrt{c+d \tan (e+f x)}}+\frac{(A-i B-C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c-i d}}\right )}{f (b+i a) (c-i d)^{3/2}}+\frac{(i A-B-i C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c+i d}}\right )}{f (a+i b) (c+i d)^{3/2}} \]

[Out]

((A - I*B - C)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c - I*d]])/((I*a + b)*(c - I*d)^(3/2)*f) + ((I*A - B - I*
C)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c + I*d]])/((a + I*b)*(c + I*d)^(3/2)*f) - (2*Sqrt[b]*(A*b^2 - a*(b*B
 - a*C))*ArcTanh[(Sqrt[b]*Sqrt[c + d*Tan[e + f*x]])/Sqrt[b*c - a*d]])/((a^2 + b^2)*(b*c - a*d)^(3/2)*f) + (2*(
c^2*C - B*c*d + A*d^2))/((b*c - a*d)*(c^2 + d^2)*f*Sqrt[c + d*Tan[e + f*x]])

________________________________________________________________________________________

Rubi [A]  time = 1.27748, antiderivative size = 262, normalized size of antiderivative = 1., number of steps used = 12, number of rules used = 7, integrand size = 47, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.149, Rules used = {3649, 3653, 3539, 3537, 63, 208, 3634} \[ -\frac{2 \sqrt{b} \left (A b^2-a (b B-a C)\right ) \tanh ^{-1}\left (\frac{\sqrt{b} \sqrt{c+d \tan (e+f x)}}{\sqrt{b c-a d}}\right )}{f \left (a^2+b^2\right ) (b c-a d)^{3/2}}+\frac{2 \left (A d^2-B c d+c^2 C\right )}{f \left (c^2+d^2\right ) (b c-a d) \sqrt{c+d \tan (e+f x)}}+\frac{(A-i B-C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c-i d}}\right )}{f (b+i a) (c-i d)^{3/2}}+\frac{(i A-B-i C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c+i d}}\right )}{f (a+i b) (c+i d)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[(A + B*Tan[e + f*x] + C*Tan[e + f*x]^2)/((a + b*Tan[e + f*x])*(c + d*Tan[e + f*x])^(3/2)),x]

[Out]

((A - I*B - C)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c - I*d]])/((I*a + b)*(c - I*d)^(3/2)*f) + ((I*A - B - I*
C)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c + I*d]])/((a + I*b)*(c + I*d)^(3/2)*f) - (2*Sqrt[b]*(A*b^2 - a*(b*B
 - a*C))*ArcTanh[(Sqrt[b]*Sqrt[c + d*Tan[e + f*x]])/Sqrt[b*c - a*d]])/((a^2 + b^2)*(b*c - a*d)^(3/2)*f) + (2*(
c^2*C - B*c*d + A*d^2))/((b*c - a*d)*(c^2 + d^2)*f*Sqrt[c + d*Tan[e + f*x]])

Rule 3649

Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_)*((A_.) + (B_.)*t
an[(e_.) + (f_.)*(x_)] + (C_.)*tan[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[((A*b^2 - a*(b*B - a*C))*(a + b*T
an[e + f*x])^(m + 1)*(c + d*Tan[e + f*x])^(n + 1))/(f*(m + 1)*(b*c - a*d)*(a^2 + b^2)), x] + Dist[1/((m + 1)*(
b*c - a*d)*(a^2 + b^2)), Int[(a + b*Tan[e + f*x])^(m + 1)*(c + d*Tan[e + f*x])^n*Simp[A*(a*(b*c - a*d)*(m + 1)
 - b^2*d*(m + n + 2)) + (b*B - a*C)*(b*c*(m + 1) + a*d*(n + 1)) - (m + 1)*(b*c - a*d)*(A*b - a*B - b*C)*Tan[e
+ f*x] - d*(A*b^2 - a*(b*B - a*C))*(m + n + 2)*Tan[e + f*x]^2, x], x], x] /; FreeQ[{a, b, c, d, e, f, A, B, C,
 n}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0] && LtQ[m, -1] &&  !(ILtQ[n, -1] && ( !I
ntegerQ[m] || (EqQ[c, 0] && NeQ[a, 0])))

Rule 3653

Int[(((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)] + (C_.)*tan[(e_.) + (
f_.)*(x_)]^2))/((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[1/(a^2 + b^2), Int[(c + d*Tan[e + f*
x])^n*Simp[b*B + a*(A - C) + (a*B - b*(A - C))*Tan[e + f*x], x], x], x] + Dist[(A*b^2 - a*b*B + a^2*C)/(a^2 +
b^2), Int[((c + d*Tan[e + f*x])^n*(1 + Tan[e + f*x]^2))/(a + b*Tan[e + f*x]), x], x] /; FreeQ[{a, b, c, d, e,
f, A, B, C, n}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0] &&  !GtQ[n, 0] &&  !LeQ[n, -
1]

Rule 3539

Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[(c
 + I*d)/2, Int[(a + b*Tan[e + f*x])^m*(1 - I*Tan[e + f*x]), x], x] + Dist[(c - I*d)/2, Int[(a + b*Tan[e + f*x]
)^m*(1 + I*Tan[e + f*x]), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 + b^2, 0]
&& NeQ[c^2 + d^2, 0] &&  !IntegerQ[m]

Rule 3537

Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[(c*
d)/f, Subst[Int[(a + (b*x)/d)^m/(d^2 + c*x), x], x, d*Tan[e + f*x]], x] /; FreeQ[{a, b, c, d, e, f, m}, x] &&
NeQ[b*c - a*d, 0] && NeQ[a^2 + b^2, 0] && EqQ[c^2 + d^2, 0]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rule 3634

Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_.)*((A_) + (C_.)*
tan[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Dist[A/f, Subst[Int[(a + b*x)^m*(c + d*x)^n, x], x, Tan[e + f*x]], x]
 /; FreeQ[{a, b, c, d, e, f, A, C, m, n}, x] && EqQ[A, C]

Rubi steps

\begin{align*} \int \frac{A+B \tan (e+f x)+C \tan ^2(e+f x)}{(a+b \tan (e+f x)) (c+d \tan (e+f x))^{3/2}} \, dx &=\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}+\frac{2 \int \frac{\frac{1}{2} \left (-a A c d+a d (c C-B d)+A b \left (c^2+d^2\right )\right )+\frac{1}{2} (b c-a d) (B c-(A-C) d) \tan (e+f x)+\frac{1}{2} b \left (c^2 C-B c d+A d^2\right ) \tan ^2(e+f x)}{(a+b \tan (e+f x)) \sqrt{c+d \tan (e+f x)}} \, dx}{(b c-a d) \left (c^2+d^2\right )}\\ &=\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}+\frac{\left (b \left (A b^2-a (b B-a C)\right )\right ) \int \frac{1+\tan ^2(e+f x)}{(a+b \tan (e+f x)) \sqrt{c+d \tan (e+f x)}} \, dx}{\left (a^2+b^2\right ) (b c-a d)}+\frac{2 \int \frac{\frac{1}{2} (b c-a d) (b B c-b (A-C) d+a (A c-c C+B d))+\frac{1}{2} (b c-a d) (a B c+b c C-b B d+a C d-A (b c+a d)) \tan (e+f x)}{\sqrt{c+d \tan (e+f x)}} \, dx}{\left (a^2+b^2\right ) (b c-a d) \left (c^2+d^2\right )}\\ &=\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}+\frac{(A-i B-C) \int \frac{1+i \tan (e+f x)}{\sqrt{c+d \tan (e+f x)}} \, dx}{2 (a-i b) (c-i d)}+\frac{(A+i B-C) \int \frac{1-i \tan (e+f x)}{\sqrt{c+d \tan (e+f x)}} \, dx}{2 (a+i b) (c+i d)}+\frac{\left (b \left (A b^2-a (b B-a C)\right )\right ) \operatorname{Subst}\left (\int \frac{1}{(a+b x) \sqrt{c+d x}} \, dx,x,\tan (e+f x)\right )}{\left (a^2+b^2\right ) (b c-a d) f}\\ &=\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}+\frac{(i A+B-i C) \operatorname{Subst}\left (\int \frac{1}{(-1+x) \sqrt{c-i d x}} \, dx,x,i \tan (e+f x)\right )}{2 (a-i b) (c-i d) f}-\frac{(i (A+i B-C)) \operatorname{Subst}\left (\int \frac{1}{(-1+x) \sqrt{c+i d x}} \, dx,x,-i \tan (e+f x)\right )}{2 (a+i b) (c+i d) f}+\frac{\left (2 b \left (A b^2-a (b B-a C)\right )\right ) \operatorname{Subst}\left (\int \frac{1}{a-\frac{b c}{d}+\frac{b x^2}{d}} \, dx,x,\sqrt{c+d \tan (e+f x)}\right )}{\left (a^2+b^2\right ) d (b c-a d) f}\\ &=-\frac{2 \sqrt{b} \left (A b^2-a (b B-a C)\right ) \tanh ^{-1}\left (\frac{\sqrt{b} \sqrt{c+d \tan (e+f x)}}{\sqrt{b c-a d}}\right )}{\left (a^2+b^2\right ) (b c-a d)^{3/2} f}+\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}-\frac{(A-i B-C) \operatorname{Subst}\left (\int \frac{1}{-1-\frac{i c}{d}+\frac{i x^2}{d}} \, dx,x,\sqrt{c+d \tan (e+f x)}\right )}{(a-i b) (c-i d) d f}-\frac{(A+i B-C) \operatorname{Subst}\left (\int \frac{1}{-1+\frac{i c}{d}-\frac{i x^2}{d}} \, dx,x,\sqrt{c+d \tan (e+f x)}\right )}{(a+i b) (c+i d) d f}\\ &=-\frac{(i A+B-i C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c-i d}}\right )}{(a-i b) (c-i d)^{3/2} f}-\frac{(A+i B-C) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c+i d}}\right )}{(i a-b) (c+i d)^{3/2} f}-\frac{2 \sqrt{b} \left (A b^2-a (b B-a C)\right ) \tanh ^{-1}\left (\frac{\sqrt{b} \sqrt{c+d \tan (e+f x)}}{\sqrt{b c-a d}}\right )}{\left (a^2+b^2\right ) (b c-a d)^{3/2} f}+\frac{2 \left (c^2 C-B c d+A d^2\right )}{(b c-a d) \left (c^2+d^2\right ) f \sqrt{c+d \tan (e+f x)}}\\ \end{align*}

Mathematica [A]  time = 4.73414, size = 296, normalized size = 1.13 \[ \frac{\frac{2 \sqrt{b} \left (c^2+d^2\right ) \left (a (a C-b B)+A b^2\right ) \tanh ^{-1}\left (\frac{\sqrt{b} \sqrt{c+d \tan (e+f x)}}{\sqrt{b c-a d}}\right )}{\left (a^2+b^2\right ) \sqrt{b c-a d}}-\frac{i \left (\frac{(a+i b) (c+i d) (A-i B-C) (a d-b c) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c-i d}}\right )}{\sqrt{c-i d}}+\frac{(a-i b) (c-i d) (A+i B-C) (b c-a d) \tanh ^{-1}\left (\frac{\sqrt{c+d \tan (e+f x)}}{\sqrt{c+i d}}\right )}{\sqrt{c+i d}}\right )}{a^2+b^2}-\frac{2 \left (A d^2-B c d+c^2 C\right )}{\sqrt{c+d \tan (e+f x)}}}{f \left (c^2+d^2\right ) (a d-b c)} \]

Antiderivative was successfully verified.

[In]

Integrate[(A + B*Tan[e + f*x] + C*Tan[e + f*x]^2)/((a + b*Tan[e + f*x])*(c + d*Tan[e + f*x])^(3/2)),x]

[Out]

(((-I)*(((a + I*b)*(A - I*B - C)*(c + I*d)*(-(b*c) + a*d)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c - I*d]])/Sqr
t[c - I*d] + ((a - I*b)*(A + I*B - C)*(c - I*d)*(b*c - a*d)*ArcTanh[Sqrt[c + d*Tan[e + f*x]]/Sqrt[c + I*d]])/S
qrt[c + I*d]))/(a^2 + b^2) + (2*Sqrt[b]*(A*b^2 + a*(-(b*B) + a*C))*(c^2 + d^2)*ArcTanh[(Sqrt[b]*Sqrt[c + d*Tan
[e + f*x]])/Sqrt[b*c - a*d]])/((a^2 + b^2)*Sqrt[b*c - a*d]) - (2*(c^2*C - B*c*d + A*d^2))/Sqrt[c + d*Tan[e + f
*x]])/((-(b*c) + a*d)*(c^2 + d^2)*f)

________________________________________________________________________________________

Maple [B]  time = 0.216, size = 26343, normalized size = 100.6 \begin{align*} \text{output too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A+B*tan(f*x+e)+C*tan(f*x+e)^2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))^(3/2),x)

[Out]

result too large to display

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)^2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)^2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{A + B \tan{\left (e + f x \right )} + C \tan ^{2}{\left (e + f x \right )}}{\left (a + b \tan{\left (e + f x \right )}\right ) \left (c + d \tan{\left (e + f x \right )}\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))**(3/2),x)

[Out]

Integral((A + B*tan(e + f*x) + C*tan(e + f*x)**2)/((a + b*tan(e + f*x))*(c + d*tan(e + f*x))**(3/2)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{C \tan \left (f x + e\right )^{2} + B \tan \left (f x + e\right ) + A}{{\left (b \tan \left (f x + e\right ) + a\right )}{\left (d \tan \left (f x + e\right ) + c\right )}^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)^2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))^(3/2),x, algorithm="giac")

[Out]

integrate((C*tan(f*x + e)^2 + B*tan(f*x + e) + A)/((b*tan(f*x + e) + a)*(d*tan(f*x + e) + c)^(3/2)), x)